ASP.NET Pack Programmer's Guide
ICanvas.ArrangeLabel Method
See Also
 





Arranges shape's labels so that they do not overlap specified obstacles.

Namespace: MindFusion.Mapping
Package: MindFusion.Mapping

 Syntax

C#  Copy Code

bool ArrangeLabel (
    Shape shape,
    List<Rect> obstacles
)

Visual Basic  Copy Code

Function ArrangeLabel( _
    shape As Shape, _
    obstacles As List(Of Rect) _
) As Boolean

 Parameters

shape

A Shape whose labels to arrange.

obstacles

A list of obstacles.

 Return Value

true if non-overlapping position has been found, or false otherwise.

 See Also

ICanvas Members
ICanvas Interface
MindFusion.Mapping Namespace